home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Ebooks / Java Developers' Guide / f16-2.gif < prev    next >
Graphics Interchange Format  |  2000-05-25  |  9.7 KB  |  789x375  |  4-bit (16 colors)
   ocr: Class Employee Java.lang.Object +----Person +----Employee public class Employee extends Person The Employee class is used to represent employees of our company. It augments the Person class with information about an employee's salary and job title. See Also: Contractor